Skip to content

Conversation

@ChunkyHamsterfly
Copy link

@licy183
Before attempting to build this, could you please review the buildscript and tell me if I'm missing something? Thanks in advance.

TERMUX_PKG_VERSION=0.6.8.3
TERMUX_PKG_SRCURL=https://github.com/tildearrow/furnace/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c54b93dc7211a8e86828ea6b436628920df7a7dc87b130b3752f2251f5466e9c
TERMUX_PKG_DEPENDS="alsa-lib, fftw, fmt, freetype, libglvnd, libsndfile, libx11, pulseaudio, sdl2, zlib"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could have sdl2 | sdl2-compat instead of just sdl2 so that it can be used by people using sdl2-compat also. Also, instead of libglvnd, it can probably have opengl specified like other packages which depend on that

@robertkirkman
Copy link
Member

robertkirkman commented Nov 22, 2025

When I try to compile it in Termux or cross-compile it, I see this error,

Cannot find source file: extern/adpcm/bs_codec.c

I can see from Arch Linux's package that it needs its submodule to build:

https://gitlab.archlinux.org/archlinux/packaging/packages/furnace/-/blob/63742fdf69672803a0b3a52c3eb455723204c8ee/PKGBUILD#L43

In Termux, you could make the TERMUX_PKG_SRCURL be the Git format like this in order to automatically clone submodules,

TERMUX_PKG_SRCURL=git+https://github.com/GitSquared/edex-ui

or alternatively, you could set up the submodule some other way, like some way that only downloads the one necessary submodule instead of all four.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants